object FrmIMAP: TFrmIMAP Left = 276 Top = 245 Width = 148 Height = 71 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 16 object IMAP: TelwIMAP Authentication = iamPlainText ExtendedCommands = False AutoReconnect = False DefaultFolder = 'INBOX' Trace = False OnCommandCompleted = IMAPCommandCompleted OnConnect = IMAPConnect OnConnectFail = IMAPConnectFail OnDisconnect = IMAPDisconnect OnAuthenticated = IMAPAuthenticated OnBoxSelected = IMAPBoxSelected OnExpunged = IMAPExpunged OnGotMsgStream = IMAPGotMsgStream OnReceProgress = IMAPReceProgress OnTrace = IMAPTrace OnError = IMAPError Left = 8 Top = 8 end end